xen/link: handle .init.rodata.cst* sections in the linker script
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 27 Jun 2019 09:33:34 +0000 (11:33 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 27 Jun 2019 18:59:07 +0000 (19:59 +0100)
commit874fc28b72fbb49f4f304b9acd3d49afd8326042
tree13901620ff40174ada56232898b5370e037f6818
parent0ff8c6cf906060e3612e2243aca7c3cb5e9c3b42
xen/link: handle .init.rodata.cst* sections in the linker script

Note that those sections when not prefixed with .init are already
handled by the more general .rodata.* matching pattern in the .rodata
output section.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
[Make .init.rodata consistent with .rodata]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/arm/xen.lds.S
xen/arch/x86/xen.lds.S